home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / English.lproj / OWKJSDebugger.toolbar < prev    next >
Text File  |  2005-10-24  |  645b  |  27 lines

  1. // !$*UTF8*$!
  2. {
  3.     itemInfoByIdentifier = {
  4.     
  5.         PagesDrawer = {
  6.         imageName = "PagesDrawer";
  7.         label = "Pages";
  8.         paletteLabel = "Pages";
  9.         action = "showPageDrawer:";
  10.         toolTip = "Show or hide the pages drawer";
  11.     };
  12.  
  13.     ClearLog = {
  14.         imageName = "ClearLog";
  15.         label = "Clear Log";
  16.         paletteLabel = "Clear Log";
  17.         action = "flush:";
  18.         toolTip = "Clear the contents of the output log for the currently selected page";
  19.     };
  20.  
  21.     };
  22.     
  23.     defaultItemIdentifiers = ( PagesDrawer, NSToolbarFlexibleSpaceItem, ClearLog );
  24.     
  25.     allowedItemIdentifiers = ( PagesDrawer, ClearLog, NSToolbarFlexibleSpaceItem );
  26. }
  27.